Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Authz Extension and Authz Policy resources #8847

Conversation

modular-magician
Copy link
Collaborator

Hello folks.
This PR is to add 2 (two) new resources to the terraform MMv1:

  • Authz Extension (google_network_services_authz_extension)
  • Authz Policy (google_network_security_authz_policy)

Note: The Authz Policy resource has one field called cloudIap wich is an object without fields. So to make it work on terraform/yaml I needed to add one property called enabled that will be converted to the cloudIap field. You can check this field on the api page.

Release Note Template for Downstream PRs (will be copied)

See Write release notes for guidance.

networksecurity: Added new resource `google_network_security_authz_policy`
networkservices: Added new resource `google_network_services_authz_extension`

Derived from GoogleCloudPlatform/magic-modules#12379

[upstream:7c40d3784633df4577363031e1496fa232994505]

Signed-off-by: Modular Magician <magic-modules@google.com>
@modular-magician modular-magician requested a review from a team as a code owner December 4, 2024 23:35
@modular-magician modular-magician merged commit 7876ae1 into hashicorp:main Dec 4, 2024
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant